home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / raw_irc < prev    next >
Encoding:
Text File  |  2001-03-21  |  587 b   |  19 lines

  1. Synopsis:
  2.    on [<modes>]raw_irc [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This is easily the most flexible hook available in the client.  It allows
  6.    any arbitrary string to be hooked from the server's raw output.  It is
  7.    useful for overriding the client's default behavior when it otherwise
  8.    wouldn't permit it, or for hooking information when the available named
  9.    hooks won't do.
  10.  
  11. Parameters:
  12.    $0    server sending message (usually the client's current server)
  13.    $1    protocol command used
  14.    $2-   arguments, if any, to $1
  15.  
  16. See Also:
  17.    quote(5)
  18.  
  19.